go/types.Signature.scope (field)
9 uses
go/types (current package)
decl.go#L857: sig.scope.pos = fdecl.Pos()
decl.go#L858: sig.scope.end = fdecl.End()
literals.go#L87: sig.scope.pos = e.Pos()
literals.go#L88: sig.scope.end = endPos(e)
object.go#L437: func (obj *Func) Scope() *Scope { return obj.typ.(*Signature).scope }
signature.go#L28: scope *Scope // function scope for package-local and non-instantiated signatures; nil otherwise
signature.go#L112: sig.scope = check.scope
stmt.go#L36: scope: sig.scope,
stmt.go#L55: check.usage(sig.scope)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)